🎨 Random Color Palette Generator (Django)
Pure Python — no external APIs. Shows HEX, RGB, HSL and OKLCH.
{% for c in palette %}
{% endfor %}
{% load static %}
Pure Python — no external APIs. Shows HEX, RGB, HSL and OKLCH.